Skip to content

chore: sync files#311

Merged
xmfcx merged 2 commits intomainfrom
sync-files
Apr 2, 2026
Merged

chore: sync files#311
xmfcx merged 2 commits intomainfrom
sync-files

Conversation

@awf-autoware-bot
Copy link
Copy Markdown
Contributor

@awf-autoware-bot awf-autoware-bot Bot commented Oct 15, 2025

Skipped

Added

Changed

  • .github/workflows/cancel-previous-workflows.yaml
  • .github/workflows/github-release.yaml
  • .github/workflows/pre-commit.yaml
  • .github/workflows/pre-commit-optional.yaml
  • .github/workflows/sync-files.yaml
  • .pre-commit-config.yaml
  • .pre-commit-config-optional.yaml
  • .github/workflows/deploy-docs.yaml
  • .github/workflows/delete-closed-pr-docs.yaml
  • mkdocs.yaml

Not changed

  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • DISCLAIMER.md
  • LICENSE
  • .github/ISSUE_TEMPLATE/bug.yaml
  • .github/ISSUE_TEMPLATE/config.yml
  • .github/ISSUE_TEMPLATE/task.yaml
  • .github/pull_request_template.md
  • .github/dependabot.yaml
  • .github/stale.yml
  • .github/workflows/comment-on-pr.yaml
  • .github/workflows/semantic-pull-request.yaml
  • .clang-format
  • .markdown-link-check.json
  • .markdownlint.yaml
  • .prettierignore
  • .prettierrc.yaml
  • .yamllint.yaml
  • CPPLINT.cfg
  • setup.cfg
  • docs/assets/js/mathjax.js

Deleted

Not found

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 15, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@awf-autoware-bot awf-autoware-bot Bot force-pushed the sync-files branch 3 times, most recently from 222d8b9 to 0971d2b Compare November 21, 2025 00:21
@awf-autoware-bot awf-autoware-bot Bot force-pushed the sync-files branch 3 times, most recently from e6ebfcd to b3f2c49 Compare December 6, 2025 00:21
@awf-autoware-bot awf-autoware-bot Bot force-pushed the sync-files branch 3 times, most recently from 6f00203 to 69860d9 Compare December 18, 2025 00:19
@awf-autoware-bot awf-autoware-bot Bot force-pushed the sync-files branch 3 times, most recently from 2a16c81 to 3c921be Compare December 31, 2025 00:24
@awf-autoware-bot awf-autoware-bot Bot force-pushed the sync-files branch 4 times, most recently from c085a8a to dabdb8f Compare January 15, 2026 00:22
@awf-autoware-bot awf-autoware-bot Bot force-pushed the sync-files branch 3 times, most recently from 83390bf to cd073e3 Compare January 24, 2026 00:23
github-actions and others added 2 commits April 2, 2026 00:31
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@xmfcx xmfcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Synced changes look good overall. A few notes:

Incomplete concurrency migration

cancel-previous-workflows.yaml is marked as deprecated in favor of per-workflow concurrency blocks, but only 7 of 23 workflows get concurrency blocks in this PR. The remaining 16 (including the expensive build-and-test* and clang-tidy* workflows) still rely on the old cancel action. Not a blocker since the old workflow is still active, but worth tracking -- the deprecation comment is premature until the migration is complete.

isort major version bump (6 -> 7)

isort jumps from 6.1.0 to 7.0.0 with new explicit --profile=black, --line-length=100 args. Contributors running pre-commit locally with isort 6 may see formatting conflicts until they update.

polyfill.io replacement

Good change -- polyfill.io was compromised/deprecated. The cdnjs.cloudflare.com/polyfill replacement is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant